Merged
Conversation
working rechunker ready for merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
working rechunker ready for merge.
Let's create a full report of this PR to refer back to if needed.
this is here because the runner WILL run out of space.
build with rechunker requires
sudonot sure if building via
podmanorbuildahis better but this what worksI don't necessarily think that rechunker is complicated...I just don't understand yaml...or the build system
Once rechunker is done the image has to be tagged so the chunks are ID'd as part of the pushed image
this is not entirely necessary but it's good practice and shouldn't cause problems
any part that has
if: github.event_name != 'pull_request'seems to work better with rechunker. Not sure it has to do with the branch or rechunker.Pay attention to 'digest' it's required by rechunker. 'lowercase' may also be something that's better to have.
rollback the following:
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0recent PR from dependabot to update cosign to v4.0 #9
with these two, either one could be newer.
main:
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3testing:
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3